libxl: fix build failure (unused variables) for non-Linux platforms
authorChristoph Egger <Christoph.Egger@amd.com>
Thu, 26 May 2011 14:55:22 +0000 (15:55 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Thu, 26 May 2011 14:55:22 +0000 (15:55 +0100)
commitbeb998ac7642953d2497a66a5ba552f6cd9b3aae
treedefcda7b8835f1d6d1f50137cdb7e85c41fae2a0
parent393375e7271d4a5576ad740a304f9874d6958990
libxl: fix build failure (unused variables) for non-Linux platforms

Move variable definitions into Linux-specific sections where they are
actually used. Fixes warning about unused variables.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_exec.c